home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pgraph.zip / README.130 < prev    next >
Text File  |  1991-12-11  |  1KB  |  44 lines

  1. New with v1.30
  2. --------------
  3. *       Links to Turbo-Pascal v5.5 or v6.0
  4.  
  5. *       Disk buffering included as an option
  6.  
  7. New with v1.20
  8. --------------
  9. *       Model independent -- the same library will link with
  10.         any model C program
  11.  
  12. *       Compiler independent -- the same library will link with Turbo C,
  13.         Turbo C++ or MS C. Other compilers should have no trouble
  14.         linking with it.
  15.  
  16. *       Memory allocation and buffer access has been removed from the
  17.         library. Instead the library will call external routines to
  18.         allocate memory, and to access that memory. This allows the user
  19.         to allocate the buffer in XMS or EMS, or even as a file on a
  20.         disk.
  21.  
  22. New with v1.10
  23. --------------
  24. *       Faster -- a few lowlevel routines rewritten in assembler
  25.  
  26. *    Support for all memory models
  27.  
  28. *    Not mentioned in v1.01 documentation is that you must run the
  29.     GRAFTABL utility provided with DOS before printing extended
  30.     ASCII characters (code value > 0x7F) in the DEFAULT font.
  31.  
  32. *    More (smaller) modules
  33.  
  34. *    p_print() is now called with an integer handle as a parameter,
  35.     instead of a FILE * parameter.
  36.  
  37. *    Various versions of the library no longer contain serial numbers,
  38.     and the code to prevent modifications has been removed
  39.  
  40. *    The shareware version contains all routines, in the Tiny model for
  41.     Turbo C, and the Large model for MicroSoft C.
  42.  
  43.  
  44.